Results 1 to 2 of 2

Thread: What is wrong with "transaction = Requires_new"

  1. #1
    Zhe Song Guest

    What is wrong with "transaction = Requires_new"

    Hi experts:
    I am writing an ASP file, which contains VBScript. I put the
    transaction script: <%@ transaction = Requires_New %> on the first line
    of the ASP file. However, when I ran the program, I always got the
    message which was &#34;Microsoft OLE DB provider for ODBC Drivers error
    80004005 Unspecified error&#34;.
    After I replaced this transaction script with <%@ LANGUAGE = &#34;VBScript&#34; %>, then the program worked well.
    This kind of problem only exists in my development server, the other
    servers work fine with this transaction script.
    Any idea about this? Thanks your help in advance.


  2. #2
    John Guest

    What is wrong with "transaction = Requires_new" (reply)

    Hi,

    Sounds like your question should be posted in the ASP support forum, not this ASP-db component support forum. Give it a try there. Thanks!

    John


    ------------
    Zhe Song at 6/21/99 11:37:20 AM

    Hi experts:
    I am writing an ASP file, which contains VBScript. I put the
    transaction script: <%@ transaction = Requires_New %> on the first line
    of the ASP file. However, when I ran the program, I always got the
    message which was &#34;Microsoft OLE DB provider for ODBC Drivers error
    80004005 Unspecified error&#34;.
    After I replaced this transaction script with <%@ LANGUAGE = &#34;VBScript&#34; %>, then the program worked well.
    This kind of problem only exists in my development server, the other
    servers work fine with this transaction script.
    Any idea about this? Thanks your help in advance.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •